home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE03 / TMAPI / TMAPI.EXE / README.TXT < prev   
Encoding:
Text File  |  1995-07-11  |  5.2 KB  |  122 lines

  1. TMapi Version 1.0
  2. _________________
  3.  
  4. Files Included:
  5. MAPIUNIT.DCU --  Compiled object code for VCL
  6. MAPIUNIT.DCR --  Delphi resource file for VCL
  7. MAPIUNIT.PAS --  Delphi source file for VCL (source code version only)
  8. MAPI.HLP     --  Windows help file for TMapi
  9. MAPI.KWF     --  Delphi keyword file for inclusion in Delphi help system
  10. README.TXT   --  you're reading it.
  11. ORDER.TXT    --  Order file for registering.
  12.  
  13. TMapi is written by Stan Grossman
  14. Copyright 1995
  15. SIG Software
  16. 9074 Andromeda Drive
  17. Burke, VA  22015-3510
  18. CIS# 72624,3050
  19.  
  20.  
  21. TMapi VCL
  22.     Direct from SIG Software   $30 US
  23.     SWREG ID# 6516             $35 US
  24.  
  25. TMapi VCL and Source Code
  26.     Direct from SIG Software   $50 US
  27.     SWREG ID# 6517             $60 US
  28.  
  29.  
  30.  SOFTWARE LICENSE 
  31.  
  32.  TMapi is not and has never been public domain software, nor is it free software. 
  33.  
  34.  Non-licensed users are granted a limited license to use TMapi on a 30-day trial basis for the 
  35. purpose of determining whether TMapi is suitable for their needs.  The use of TMapi, except 
  36. for the initial 30-day trial, requires registration.  The use of unlicensed copies of TMapi by any 
  37. person, business, corporation, government agency or any other entity is strictly prohibited. 
  38.  
  39.  A single user license permits a user to use TMapi only on a single computer.  Licensed users 
  40. may use the program on different computers, but may not use the program on more than one 
  41. computer at the same time. Licensed users may distribute this library only in the form of compiled code
  42. included in their applications.
  43.  
  44.  No one may modify or patch the TMapi executable files in any way,  including but not limited 
  45. to decompiling, disassembling, or otherwise reverse engineering the program. 
  46.  
  47.  A limited license is granted to copy and distribute TMapi only for the trial use of others, subject 
  48. to the above limitations, and also the following: 
  49.  
  50.   1)    TMapi must be copied in unmodified form, complete with the file containing this license 
  51. information and only the following TMapi files: MAPIUNIT.DCR, MAPIUNIT.DCU, MAPI.HLP, MAPI.KWF,
  52. ORDER.TXT and README.TXT.  You may NOT distribute the TMapi registration ID. 
  53.  
  54.   2)    The full machine-readable TMapi documentation must be included with each copy. 
  55.  
  56.   3)    No fee, charge, or other compensation may be requested or accepted, except as 
  57. authorized below: 
  58.  
  59.         A) Operators of electronic bulletin board systems (sysops) may make TMapi available for 
  60. downloading only as long as the above conditions are met.  An overall or time-dependent charge 
  61. for the use of the bulletin board system is permitted as long as there is not a specific charge for 
  62. the download of TMapi. 
  63.  
  64.         B) Vendors of user-supported or shareware software may distribute 
  65. TMapi, subject to the above conditions, without specific permission. Vendors may 
  66. charge a disk duplication and handling fee, which, when pro-rated to the TMapi product, may 
  67. not exceed five dollars. 
  68.  
  69.         C) Non-profit user groups may distribute TMapi, subject to the above conditions, without 
  70. specific permission. Non-profit user groups may charge a disk duplication fee, which, when pro-
  71. rated to the TMapi product, may not exceed five dollars.
  72.  
  73.  If TMAPI.PAS has been included, it may not be distributed in any form.  It may be modified for the sole
  74. purpose of enhancing a registered user's software.  TMAPI.PAS may not be used to develop any other
  75. interface or control.
  76.  
  77.   LIMITED WARRANTY 
  78.   EXCEPT AS PROVIDED ABOVE, SIG SOFTWARE DISCLAIMS ALL 
  79.   WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT 
  80.   LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND 
  81.   FITNESS FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE 
  82.   PRODUCT.  SHOULD THE PROGRAM PROVE DEFECTIVE, THE 
  83.   PURCHASER ASSUMES THE RISK OF PAYING THE ENTIRE COST OF 
  84.   ALL NECESSARY SERVICING, REPAIR, OR CORRECTION AND ANY 
  85.   INCIDENTAL OR CONSEQUENTIAL DAMAGES.  IN NO EVENT WILL 
  86.   SIG SOFTWARE BE LIABLE FOR ANY DAMAGES WHATSOEVER 
  87.   (INCLUDING WITHOUT LIMITATION DAMAGES FOR LOSS OF 
  88.   BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS 
  89.   INFORMATION AND THE LIKE) ARISING OUT OF THE USE OR THE 
  90.   INABILITY TO USE THIS PRODUCT EVEN IF SIG SOFTWARE 
  91.   HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 
  92.  
  93.   Use of this product for any period of time constitutes your acceptance of this agreement and 
  94. subjects you to its contents. 
  95.  
  96.   U.S. GOVERNMENT RESTRICTED RIGHTS 
  97.  
  98.   Use, duplication, or disclosure by the Government is subject to restrictions as set forth in 
  99. subdivision (b)(3)(ii) of the Rights in Technical Data and Computer Software clause at 252.227-
  100. 7013.  Contractor/manufacturer is SIG Software. 
  101.  
  102.  
  103.  
  104. INSTALL INTRUCTIONS
  105. ___________________
  106.  
  107.  
  108. TMAPI.EXE is a self-extracting zip file.  Copy TMAPI.EXE to your C: drive and execute it.
  109.  
  110. Copy MAPIUNIT.D* to C:\DELPHI\LIB  (your Delphi library directory).
  111.  
  112. Copy MAPI.HLP to C:\WINDOWS and/or C:\DELPHI\BIN  (your Delphi executable directory).
  113.  
  114. Copy MAPI.KWF to C:\DELPHI\HELP  (your Delphi help directory).
  115.  
  116. Follow the directions on page 80 of the Component Writer's Guide to blend TMapi help into Delphi
  117.  
  118. Select "Options/Install Components" from the Delphi main menu to install TMapi VCL.
  119.     A new item labelled "Mail" will appear on your VCL button bar.
  120.  
  121.  
  122.